Release 10.1A: OpenEdge Development:
Progress 4GL Reference


REJECT-CHANGES( ) method

Rejects changes to the data in one temp-table or all temp-tables in a ProDataSet object.

Return type: LOGICAL

Applies to: Buffer object handle, ProDataSet object handle

Syntax
handle:REJECT-CHANGES( ) 

handle

A handle to the temp-table buffer or the ProDataSet object.

When you reject changes on a ProDataSet object handle, Progress uses the before-image table to back out changes from the after-image table, and empties the before-image table for each table in the ProDataSet.

When you reject changes for a Buffer object handle, Progress uses the before-image table to back out changes from the after-image table, and empties the before-image table for that one table.

As Progress rejects changes, it sets the BEFORE-ROWID attribute of every row in the after-image table to the Unknown value (?), and sets the ROW-STATE of every row in the after-image table to ROW-UNMODIFIED (0).


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095